Closed
Conversation
Bumps Azure.Identity from 1.16.0 to 1.17.0 Bumps Microsoft.Extensions.AI.Abstractions from 9.9.0 to 9.10.2 Bumps Microsoft.Extensions.AI.Evaluation from 9.9.0 to 9.10.0 Bumps Microsoft.Extensions.AI.Evaluation.Quality from 9.9.0 to 9.10.0 Bumps Microsoft.Extensions.Configuration from 9.0.9 to 9.0.10 Bumps Microsoft.Extensions.Configuration.UserSecrets from 9.0.9 to 9.0.10 Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 Bumps MSTest from 3.10.4 to 4.0.1 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.AI.Abstractions dependency-version: 9.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.AI.Evaluation dependency-version: 9.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.AI.Evaluation.Quality dependency-version: 9.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: MSTest dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
This was referenced Nov 5, 2025
Author
|
Superseded by #5292. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Azure.Identity from 1.16.0 to 1.17.0.
Release notes
Sourced from Azure.Identity's releases.
1.17.0
1.17.0 (2025-10-07)
Bugs Fixed
WithTenantIdinstead ofWithTenantIdFromAuthorityto prevent malformed Uris to the authority.Other Changes
BrowserCustomizationOptions.UseEmbeddedWebViewproperty. This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead.Commits viewable in compare view.
Updated Microsoft.Extensions.AI.Abstractions from 9.9.0 to 9.10.2.
Release notes
Sourced from Microsoft.Extensions.AI.Abstractions's releases.
9.10.0
What's Changed
KeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittenby @pentp in FixKeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittendotnet/extensions#6823ModelContextProtocolversion in MCP template by @MackinnonBuck in UpdateModelContextProtocolversion in MCP template dotnet/extensions#6870HostApplicationBuilderin AmbientMetadata extension by @eduherminio in Add support forHostApplicationBuilderin AmbientMetadata extension dotnet/extensions#6867New Contributors
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Extensions.AI.Evaluation from 9.9.0 to 9.10.0.
Release notes
Sourced from Microsoft.Extensions.AI.Evaluation's releases.
9.10.0
What's Changed
KeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittenby @pentp in FixKeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittendotnet/extensions#6823ModelContextProtocolversion in MCP template by @MackinnonBuck in UpdateModelContextProtocolversion in MCP template dotnet/extensions#6870HostApplicationBuilderin AmbientMetadata extension by @eduherminio in Add support forHostApplicationBuilderin AmbientMetadata extension dotnet/extensions#6867New Contributors
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Extensions.AI.Evaluation.Quality from 9.9.0 to 9.10.0.
Release notes
Sourced from Microsoft.Extensions.AI.Evaluation.Quality's releases.
9.10.0
What's Changed
KeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittenby @pentp in FixKeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittendotnet/extensions#6823ModelContextProtocolversion in MCP template by @MackinnonBuck in UpdateModelContextProtocolversion in MCP template dotnet/extensions#6870HostApplicationBuilderin AmbientMetadata extension by @eduherminio in Add support forHostApplicationBuilderin AmbientMetadata extension dotnet/extensions#6867New Contributors
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration from 9.0.9 to 9.0.10.
Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
9.0.10
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.UserSecrets from 9.0.9 to 9.0.10.
Release notes
Sourced from Microsoft.Extensions.Configuration.UserSecrets's releases.
9.0.10
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.0.0
What's Changed
Internal fixes and updates
... (truncated)
Commits viewable in compare view.
Updated MSTest from 3.10.4 to 4.0.1.
Release notes
Sourced from MSTest's releases.
4.0.1
See the release notes here
4.0.0
What is new?
Assert.That
MSTest v4 adds a new type of assertion, that allows you to write any expression, and it will inspect the result to give you more information on failure. Providing a very flexible way to assert complicated expressions. Here a simple example:
CallerArgumentExpression
CallerArgumentExpression is consumed by all assertions, to make them aware of the expressions used in the assertion. In the example below, we now know what both the expected and actual values are. But also what value they come from, giving us opportunity to provide better error messages: